home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / toweb / setup-towebv1-en.exe / {app} / Templates / Security / password.htt next >
Text File  |  2005-07-16  |  1KB  |  52 lines

  1. <!--SETCODE-->
  2.  
  3.  <br>
  4. <div align="center">
  5. <table width="369" border="2" bgcolor="#CCCCCC" cellpadding="4">
  6.   <tr>
  7.     <td width="351" height="21" bgcolor="#000080">
  8.       <div align="center"><strong><font color="#FFFFFF" face="Arial" size="5">
  9.       SECURITY_TITLE
  10.       </font></strong></div>
  11.     </td>      
  12.   </tr>
  13.   <tr> 
  14.     <td>
  15.       <table border="0" width="100%">
  16.         <tr>
  17.             <td align="left">    
  18.             <br>
  19.             <font face="Arial" size="2">
  20.             security_message
  21.             <br><br></font>
  22.           </td>      
  23.         </tr>
  24.         <tr> 
  25.           <td>
  26.               <form name="pswdForm" action="javascript:savePswd(document.pswdForm)">
  27.                 <table border="0" width="100%">
  28.                 <tr>
  29.                     <td align="right">
  30.                       <font face="Arial" size="2"><b>pwd_text</b></font>
  31.                       </td>
  32.                     <td align="left"> 
  33.                     <input type="password" name="pswd" size="17" maxlength="14"> <input type="button" value="   pwd_enter   " onClick="javascript:savePswd(document.pswdForm)">
  34.                     </td>
  35.                 </tr>            
  36.                 </table>
  37.               </form>
  38.           </td>
  39.         </tr>
  40.       </table>
  41.     </td>
  42.   </tr>
  43. </table>
  44.  
  45. <script type="text/javascript">
  46. <!-- begin script
  47. document.pswdForm.pswd.focus();
  48. // end script -->
  49. </script>
  50.  
  51. </div>
  52.